'宣言 Public Overloads Sub SaveAsTiff( _ ByVal path As System.String, _ Optional ByVal clipRect As System.Nullable(Of Rectangle), _ Optional ByVal frameSettings As TiffFrameSettings _ )
public void SaveAsTiff( System.string path, System.Nullable<Rectangle> clipRect, TiffFrameSettings frameSettings )
パラメータ
- path
- The output file path.
- clipRect
- Clipping rectangle of the image to be saved.
- frameSettings
- The settings for encoding TIFF frame.